推動101

最新貼文
參觀人氣
本日人氣: 24
累積人氣: 111,059
分享 推播通知
目前身份: 訪客

sublime text 2 / perferences / key bindings - default

在最後貼上

 { "keys": ["home"],             "command": "move_to", "args": {"to": "bol"                 } },
 { "keys": ["end"],              "command": "move_to", "args": {"to": "eol"                 } },
 { "keys": ["shift+home"],       "command": "move_to", "args": {"to": "bol", "extend": true } }, 
 { "keys": ["shift+end"],        "command": "move_to", "args": {"to": "eol", "extend": true } },
 { "keys": ["super+home"],       "command": "move_to", "args": {"to": "bof"                 } },
 { "keys": ["super+end"],        "command": "move_to", "args": {"to": "eof"                 } },
 { "keys": ["super+shift+home"], "command": "move_to", "args": {"to": "bof", "extend": true } },
 { "keys": ["super+shift+end"],  "command": "move_to", "args": {"to": "eof", "extend": true } }
 
 
儲存,這樣就行了

人氣 1299
推動101 發表在 留言 (0) 人氣 (1299)
分享給朋友
網址

想對外分享這則貼文嗎?運用網址更方便呦~

載入中...